Component org.nuxeo.ecm.platform.treeManager.contrib
In bundle org.nuxeo.ecm.webapp.base
Documentation
Default configuration for Nuxeo EP tree
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.treeManager.contrib">
<documentation>Default configuration for Nuxeo EP tree</documentation>
<extension target="org.nuxeo.ecm.platform.treeManager" point="plugin">
<documentation>
Default configuration for the Nuxeo EP tree.
Displays only Folderish objects, not marked as hidden in navigation, and
sorts by dc:title property. Folders with the BigFolder facet are shown
without any children.
</documentation>
<treeManagerPlugin name="navigation">
<leafFilterClass>
org.nuxeo.ecm.webapp.tree.BigFolderLeafFilter
</leafFilterClass>
<pageProvider>tree_children</pageProvider>
</treeManagerPlugin>
</extension>
</component>